tmem: (re-)enable by default
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 19 Apr 2010 16:20:43 +0000 (17:20 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 19 Apr 2010 16:20:43 +0000 (17:20 +0100)
commitb30a2c542669d37e0f33f959cdb49a1384fe52c4
treee503db58fe78e87e170e08a0d3f4f8bc30822752
parent1f437c62318cb6bc81c5f7bbc73a472cc4255a92
tmem: (re-)enable by default

Late in the 4.0 release it was discovered that certain order>0
allocations could fail and had no fallback.  This conflicted with
tmem especially when combined with aggressive ballooning.
A hack-y workaround patch was added in time for 4.0 that has
reduced (but not completely eliminated) the problem but
tmem was left disabled-by-default for the 4.0 release.

Re-enable it in xen-unstable by default to help identify cases
where the workaround is insufficient.   Tmem can be
disabled with the no-tmem Xen boot option.  Please report
failures (that are fixed with the no-tmem option) to me.

Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
xen/common/tmem_xen.c